home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_400
/
421_01
/
scroll.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-06-12
|
208b
|
16 lines
// SCROLL.H
#ifndef _SCROLL_H
#define _SCROLL_H
#include "def.h"
#include <stdlib.h>
#include <conio.h>
#include <new.h>
#include <stdio.h>
void scrolldata(void);
void scroll(void);
#endif